Skip to content

Add MiniMax-M3 model to minimax provider#4

Merged
Vect0rM merged 1 commit into
AtomicBot-ai:mainfrom
danyurkin:add-minimax-m3-model
Jun 1, 2026
Merged

Add MiniMax-M3 model to minimax provider#4
Vect0rM merged 1 commit into
AtomicBot-ai:mainfrom
danyurkin:add-minimax-m3-model

Conversation

@danyurkin

Copy link
Copy Markdown

Adds the newly released MiniMax-M3 flagship model to the minimax provider.

MiniMax just released M3 — the latest M-series model for agentic reasoning, tool use, coding, and long-context tasks.

What changed

Added MiniMax-M3 as the first model in the minimax provider:

{
  "id": "MiniMax-M3",
  "name": "MiniMax-M3",
  "version": "1.0",
  "description": "Latest M-series flagship for agentic reasoning, tool use, coding, and long-context tasks. 1M context window with image and video input.",
  "capabilities": ["completion", "tools", "vision", "reasoning"]
}

Details

Validation

  • providers/registry.json is valid JSON.
  • ✅ Passes schema validation via ajv against providers/schema.json.
  • updated_at bumped.

🤖 Generated with Claude Code

Add the newly released MiniMax-M3 flagship model. Per the MiniMax API
docs it offers a 1M-token context window and supports image/video input
and reasoning blocks (unlike the M2.x series, which are text + tools only).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Vect0rM
Vect0rM merged commit 1b21e0f into AtomicBot-ai:main Jun 1, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants